Esx Settings Repository Software CopySpec
Esx Settings Repository Software CopySpec
The Esx Settings Repository Software CopySpec schema contains properties that are used to create a draft based on an existing software specification in the repository.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"delete_existing_draft": false
}
boolean
delete_existing_draft
Optional
Deletes any existing draft by the user before creating a new draft, if deleteExistingDraft is set to TRUE.
This property was added in vSphere API 9.0.0.0.
If deleteExistingDraft is either unset of set to FALSE and there is already draft created by the user, an AlreadyExists
exception is thrown.